BinaryConverter
Provides async object-to-byte and byte-to-object conversion using Ceras for performance, with a fallback to JSON serialization for compatibility. Supports JToken through a custom converter (Important for Account and DataHandler systems especially)
Static class providing serialization and deserialization logic for arbitrary object graphs.
Fields:
Nested Types:
Attempts to serialize the object using Ceras. Falls back to JSON if the object isn't compatible.
Parameters:
Returns: byte[]
Attempts to deserialize data using Ceras. Falls back to JSON deserialization if Ceras fails.
Parameters:
Returns: T?